home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / guilib3 / inc / setint.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  139b  |  10 lines

  1. #ifndef    _SETINT_H
  2. #define    _SETINT_H
  3.  
  4. extern    void    set24h(void);
  5. extern    void    reset24h(void);
  6. extern    void    set_ctrl_c(void);
  7.  
  8.  
  9. #endif
  10.